home *** CD-ROM | disk | FTP | other *** search
- Path: oxy.rust.net!usenet
- From: ebennett@rust.net
- Newsgroups: comp.lang.c++
- Subject: Re: Debugging C/C++ Programs Via Borland Debugger Utilities.
- Date: Thu, 11 Jan 1996 05:15:22 GMT
- Organization: Rust Net - High Speed Internet in Detroit 810-642-2276
- Message-ID: <4d1rpj$ski@oxy.rust.net>
- References: <4crssu$4uj@netaxs.com>
- NNTP-Posting-Host: liv-16.rust.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- rvaughn@pacsibm.org (RussellMania) wrote:
-
- >Hello All,
-
- >I am gaining some experience with Borland c/c++ and I can do some
- >basic debugging with the step over/step through debug functions.
-
- >These functions are fine, but I wonder if a function exists to step
- >through an program statement or expression on an operator by operator
- >basis (is this even possible?)
-
- >TIA
-
- You would have to go the the CPU display screen and step through the
- code at the Assembly language level to do this.
-
- Earl Bennett
-
-
-